feat(extensions): add Archive and Reconcile extensions to community catalog#1844
Conversation
There was a problem hiding this comment.
Pull request overview
Adds two new community extensions (Archive and Reconcile) to the Spec Kit community catalog to help keep feature artifacts and project memory in sync.
Changes:
- Added
archiveandreconcileentries toextensions/catalog.community.jsonand bumped the catalogupdated_at. - Added both extensions to the community extensions table in
extensions/README.md(alphabetical placement).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds archive and reconcile catalog entries (plus catalog timestamp bump). |
| extensions/README.md | Adds both extensions to the community extensions table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Normalize extension link text in extensions/README.md (replace `[@stn1slv]` with `spec-kit-archive` and `spec-kit-reconcile`) and add CHANGELOG URLs to the corresponding entries in extensions/catalog.community.json for the Archive and Reconcile extensions.
There was a problem hiding this comment.
Pull request overview
Adds two new community extensions (Archive and Reconcile) to Spec Kit’s community extension discovery surfaces, aligning with the extension publishing flow by updating both the community catalog and the public README list.
Changes:
- Added
archiveandreconcileentries toextensions/catalog.community.json(including metadata, URLs, tags, and timestamps) and bumped the catalogupdated_at. - Added corresponding rows for both extensions to the community extensions table in
extensions/README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds archive and reconcile extension entries and updates the catalog timestamp. |
| extensions/README.md | Adds both extensions to the community extensions table in alphabetical order. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Adds two community extensions to the community catalog that implement the Double-Loop Parity pattern — keeping feature artifacts and project memory in sync throughout the development lifecycle.
Archive Extension (Outer Loop): Post-merge archival that consolidates finalized feature specs, plans, and technical debt into the project's canonical memory (
.specify/memory/).Reconcile Extension (Inner Loop): Post-implementation gap closer that takes a natural-language gap report and surgically updates the feature's own
spec.md,plan.md, andtasks.md.Addresses the artifact drift problems discussed in #1063, #1100, and #1818.
Repositories:
Changes:
extensions/catalog.community.json: Added both extensions withverified: false,downloads: 0,stars: 0. Alphabetical ordering preserved.extensions/README.md: Added both extensions to the community table in alphabetical order.Testing
AI Disclosure
Extension command definitions (
archive.md,reconcile.md) were iteratively developed with AI assistance (Claude Code) — primarily for cross-checking against Spec-Kit extension conventions, validating catalog schema compliance, and reviewing adherence to publishing rules.